home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
Pascal
/
Skel 3.0i
/
skel.p
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1994-04-12
|
112 b
|
12 lines
|
[
TEXT/MWPS
]
(* body of Skel *)
program Skel;
uses
Globals, Setup, NextEvent;
{main}
begin
setup;
maineventloop;
end.